home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 February / Macworld (1999-02).dmg / Serious Demos / XTension demo / Scripts / Front Walk Motion.Off < prev    next >
Text File  |  1998-07-28  |  312b  |  11 lines

  1. --if movement sensed at front walkway:
  2. --this is a backup script, in case we missed the 'ON'
  3.  
  4. if (status of "Front Walk Motion") = false then
  5.     
  6.     -- the motion sensor is 'off' and we just went 'off'...
  7.     -- we must have missed the 'on' event...
  8.     turnon "Foyer Chime"
  9.     write log "Movement on front walkway"
  10.     
  11. end if